home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / DATACH.CST / 00145_Script_145 < prev    next >
Text File  |  1999-03-07  |  292b  |  17 lines

  1. property mySprite, 
  2. on new me
  3. --  set mySprite = the spriteNum of me
  4.   set mySprite = 39
  5. end
  6.  
  7. on mouseUp
  8.   calctotal
  9. end
  10.  
  11. on mouseEnter
  12.   set the member of sprite mySprite to "total2"
  13. end mouseEnter
  14. on mouseLeave
  15.   set the member of sprite mySprite to "total1"
  16. end mouseLeave
  17.